home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / mac / Builders / media / netacess / hminet.dir / 00033_Script_33 < prev    next >
Text File  |  1997-04-04  |  264b  |  14 lines

  1. on exitFrame
  2.   global WebBrowser
  3.   
  4.   if the machineType = 256 then
  5.     if WebBrowser(mIsBrowserRunning) <> 0 then
  6.       go frame the frame
  7.     end if
  8.   else
  9.     if Browser("BrowserRunning") = 0 then
  10.       go frame the frame
  11.     end if
  12.   end if
  13.   
  14. end